From 4817eb2c1e208ae4609af0efae94975b2cb77051 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Oct 2004 17:35:41 +0000 Subject: [PATCH] Documentation fixes. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ docs/reference/ChangeLog | 2 ++ docs/reference/gdk-pixbuf/tmpl/scaling.sgml | 11 ++++++----- gdk/x11/gdkdisplay-x11.c | 10 +++++----- 7 files changed, 33 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62ca9d4275..56cac6353a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-26 Matthias Clasen + + * gdk/x11/gdkdisplay-x11.c (gdk_display_store_clipboard): Fix the + doc comment. + 2004-10-26 Anders Carlsson * gtk/gtktextbuffer.c: (gtk_text_buffer_finalize), diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 62ca9d4275..56cac6353a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-10-26 Matthias Clasen + + * gdk/x11/gdkdisplay-x11.c (gdk_display_store_clipboard): Fix the + doc comment. + 2004-10-26 Anders Carlsson * gtk/gtktextbuffer.c: (gtk_text_buffer_finalize), diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 62ca9d4275..56cac6353a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-10-26 Matthias Clasen + + * gdk/x11/gdkdisplay-x11.c (gdk_display_store_clipboard): Fix the + doc comment. + 2004-10-26 Anders Carlsson * gtk/gtktextbuffer.c: (gtk_text_buffer_finalize), diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 62ca9d4275..56cac6353a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-10-26 Matthias Clasen + + * gdk/x11/gdkdisplay-x11.c (gdk_display_store_clipboard): Fix the + doc comment. + 2004-10-26 Anders Carlsson * gtk/gtktextbuffer.c: (gtk_text_buffer_finalize), diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 1d7187b83d..cc66552365 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2004-10-26 Matthias Clasen + * gdk-pixbuf/tmpl/scaling.sgml: Document GdkPixbufRotation. + * gtk/gtk-update-icon-cache.1: Regenerated. 2004-10-25 Anders Carlsson diff --git a/docs/reference/gdk-pixbuf/tmpl/scaling.sgml b/docs/reference/gdk-pixbuf/tmpl/scaling.sgml index c3a6bc38c7..597e98772d 100644 --- a/docs/reference/gdk-pixbuf/tmpl/scaling.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/scaling.sgml @@ -202,13 +202,14 @@ End: - +The possible rotations which can be passed to gdk_pixbuf_rotate_simple(). +To make them easier to use, their numerical values are the actual degrees. -@GDK_PIXBUF_ROTATE_NONE: -@GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE: -@GDK_PIXBUF_ROTATE_UPSIDEDOWN: -@GDK_PIXBUF_ROTATE_CLOCKWISE: +@GDK_PIXBUF_ROTATE_NONE: No rotation. +@GDK_PIXBUF_ROTATE_COUNTERCLOCKWISE: Rotate by 90 degrees. +@GDK_PIXBUF_ROTATE_UPSIDEDOWN: Rotate by 180 degrees. +@GDK_PIXBUF_ROTATE_CLOCKWISE: Rotate by 270 degrees. diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c index 588285dca0..4db944d2ba 100644 --- a/gdk/x11/gdkdisplay-x11.c +++ b/gdk/x11/gdkdisplay-x11.c @@ -1084,7 +1084,7 @@ gboolean gdk_display_request_selection_notification (GdkDisplay *display, * @display: a #GdkDisplay * * Returns whether the speicifed display supports clipboard - * persistance; if it's possible to store the clipboard data after an + * persistance; i.e. if it's possible to store the clipboard data after an * application has quit. On X11 this checks if a clipboard daemon is * running. * @@ -1104,16 +1104,16 @@ gdk_display_supports_clipboard_persistence (GdkDisplay *display) * gdk_display_store_clipboard * @display: a #GdkDisplay * @clipboard_window: a #GdkWindow belonging to the clipboard owner - * @time: a timestamp - * @targets: an array of targets that should be saved, or NULL + * @time_: a timestamp + * @targets: an array of targets that should be saved, or %NULL * if all available targets should be saved. - * @n_targets: length of the array + * @n_targets: length of the @targets array * * Issues a request to the the clipboard manager to store the * clipboard data. On X11, this is a special program that works * according to the freedesktop clipboard specification, available at * - * http://www.freedesktop.org/Standards/clipboard-manager-spec + * http://www.freedesktop.org/Standards/clipboard-manager-spec. * * Since: 2.6 */ -- 2.30.2